What are containers in Bootstrap? How many types of containers are there in Bootstrap?
Containers in Bootstrap
277
28-Jul-2021
Anonymous User
29-Jul-2021Containers are the most basic layout commonly used to show the main content or section of your HTML file. They have some padding, margin and through some CSS we will adjust or align the content within it. While containers can be nested, most of the layouts do not require nested containers as per the requirement of the developer.
Bootstrap comes with three different containers:
Below is an example for the container :
Hope this helps you to make your reasoning,
Happy Coding!